x86/dom0: fix copy of low 1MB data for PVH
authorRoger Pau Monné <roger.pau@citrix.com>
Wed, 1 Apr 2020 10:36:57 +0000 (12:36 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 1 Apr 2020 10:36:57 +0000 (12:36 +0200)
commit3925402f5dd7ae93010c48688eb64f880c794267
tree699bc1106b7a73c45712f5744e3c07f7e6c9f340
parent753ab41b8b763b58cc3dd940d862bceaf58f7a4c
x86/dom0: fix copy of low 1MB data for PVH

The orders of start and end are inverted in order to calculate the
size of the copy operation.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/dom0_build.c